Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 2 - 3D Viewer / 3D Viewer Reference
3D Viewer Routines / Creating and Configuring Viewers


Q3ViewerGetBounds

You can use the Q3ViewerGetBounds function to get the rectangle that bounds a viewer's pane.

OSErr Q3ViewerGetBounds (
TQ3ViewerObject theViewer, 
Rect *bounds);
theViewer
A viewer object.
bounds
On exit, the rectangle that bounds the pane currently associated with the specified viewer object.
DESCRIPTION
The Q3ViewerGetBounds function returns, through the bounds parameter, the rectangle that currently bounds the pane associated with the viewer object specified by the bounds parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996